home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d27 / dsprcdfm.arc / DSPRCDFM.TXT < prev    next >
Text File  |  1991-12-04  |  672b  |  18 lines

  1.      *     DSPRCDFMT Procedure
  2.      *     Display record format on a crt
  3.      *     From Q/38 Technical Journal
  4.  
  5. This procedure displays a layout of a file giving field starting and
  6. ending positions. It also display the field reference information if
  7. any. This is the interactive counterpart to DSPFFDF.
  8.  
  9. The command uses the following parameters:
  10.   PARM      DESCRIPTION
  11.   FILE      Qualified name of the file or generic name.
  12.             Permissable values of library qualifier:
  13.             *LIBL - Jobs library list
  14.             *USRLIBL - SYSVAL(QUSRLIBL) searched.
  15.             *ALLUSR - All libraries except QSYS
  16.             *ALL - All libraries
  17.  
  18.